Mention exact property names in notebook tab packing deprecation
authorChristian Dywan <christian@twotoasts.de>
Mon, 30 Nov 2009 11:55:29 +0000 (12:55 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 30 Nov 2009 11:55:29 +0000 (12:55 +0100)
Follow-up for bug 596083.

gtk/gtknotebook.c

index cdfda51e3af2e4a2985b322a955c70cde95c8512..b51388cca443fda5007b4f50604bfd2d565c7c02 100644 (file)
@@ -7491,7 +7491,8 @@ gtk_notebook_child_reordered (GtkNotebook     *notebook,
  * containing @child. See gtk_box_pack_start() for the exact meaning
  * of the parameters.
  *
- * Deprecated: 2.20: Modify the expand and fill child properties instead.
+ * Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
+ *   properties instead.
  **/
 void
 gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
@@ -7544,7 +7545,8 @@ gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
  * Query the packing attributes for the tab label of the page
  * containing @child.
  *
- * Deprecated: 2.20: Modify the expand and fill child properties instead.
+ * Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
+ *   properties instead.
  **/
 void
 gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,